
Here is a jpg I put together for a project.  It has all the news logos that
are available for news items on bases. Somebody somewhere might find it
usefull. =)
 
-------------------------------------------------------
A quick refresher on how to add custom news items:
 
Here is a typical entry for a news item in the news.ini file:
 
[NewsItem]
rank = base_0_rank, mission_end
icon = universe   (choices are universe, faction, system, and critical)
logo = news_badlands
category = 462845
headline = 462845
text = 462846
audio = true
base = Li01_01_base
base = Li01_02_base
 
- The rank is really just for SP. All items in MP have the same
"base_0_rank, mission_end"
- icon is the little tiny black and white icon that is displayed.
- logo is the bigger color picture displayed when you click on the news item
- category is the same as headline (ids_name entry)
- headline is the text that is displayed as the title of the news item
(ids_name entry)
- text is (obviously) the text displayed (ids_name entry)
- audio determines if news sound is played when players click the news item
- base is what base has the news item (can have multiple base = enteries)